home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / internation / catgets < prev    next >
Encoding:
Text File  |  1992-12-17  |  494 b   |  11 lines

  1.  
  2.  
  3.           catgets catHandle setnum msgnum defaultstr
  4.                Retrieve a message form a message catalog. CatHandle
  5.                should be a Tcl message catalog handle that was
  6.                returned by catopen.  Setnum is the message set number,
  7.                and msgnum is the message number. If the message
  8.                catalog was not opened, or the message set or message
  9.                number cannot be found, then the default string,
  10.                defaultstr, is returned.
  11.